see it's a COOKIE class and it's good enough for me.
COOKIE class is a data structure that represents the components of an html cookie.
parse the cookie string and break into key=value pairs
return a string reprenstation in html of the cookie
See Implementation
see it's a COOKIE class and it's good enough for me.
COOKIE class is a data structure that represents the components of an html cookie.